home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1999 February
/
Macworld (1999-02).dmg
/
Shareware World
/
Shareware Feature
/
PageSpinner 2.0.1
/
Examples
/
StyleSheet
/
sheet1.css
< prev
next >
Wrap
Cascading Style Sheet File
|
1997-06-17
|
1KB
|
92 lines
BODY {
margin-left: 4%;
margin-right: 4%;
color: black;
background: #FFFFFF ;
font-family: sans-serif;
}
DIV {
margin-top: 8px;
margin-left: 16%;
margin-right: 16%;
text-align: justify ;
text-indent: 24pt ;
color: black;
font-family: helvetica, sans-serif;
}
A {
font-family: Chicago, sans-serif ;
font-size: 12pt ;
}
IMG {
border: 0;
}
P {
font-family: geneva, sans-serif ;
font-size: medium ;
text-align: justify ;
text-indent: 24pt ;
color: #006699 ;
}
P.firstletter {
font-size: 200%;
color: red;
}
H1 {
color: #CC0000 ;
font-family: helvetica, arial, sans-serif ;
font-weight: bold ;
font-size: x-large ;
text-align : center;
}
H2 {
color: #CC0000 ;
font-family: helvetica, arial, sans-serif ;
font-weight: bold ;
font-size: large ;
}
TD {
background: #FFFFCC ;
font-family: Courier, monospace ;
font-size: medium ;
text-align: justify ;
}
TD.important {
color: #FFFFCC ;
background: #FF0000 ;
}
UL {
color: blue ;
}
OL {
color: green ;
}
LI {
color: red ;
}
B {
color: #000099 ;
font-family: helvetica, arial ;
font-size: 100% ;
font-weight: bold ;
}